ResourceList Method (String, PropertyName) |
Displays a list of ResourceInfo.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic ResourceInfo[] List(
string address,
PropertyName[] propertyName
)
Public Function List (
address As String,
propertyName As PropertyName()
) As ResourceInfo()
Parameters
- address
- Type: SystemString
The URI that identifies the collection. - propertyName
- Type: Independentsoft.WebdavPropertyName
Properties to display.
Return Value
Type:
ResourceInfoAn array of ResourceInfo.
See Also